home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / toollib.lha / ToolLib / LinkLib / FreeItem.asm < prev    next >
Assembly Source File  |  1991-04-17  |  241b  |  13 lines

  1. ;:ts=8
  2.  
  3.         xref    _ToolBase
  4.         xdef    _FreeItem
  5. _FreeItem:
  6.         move.l  a6,-(sp)
  7.         move.l  _ToolBase,a6
  8.         movem.l 8(sp),a0/a1
  9.         move.l  16(sp),d0
  10.         jsr     -204(a6)
  11.         move.l  (sp)+,a6
  12.         rts
  13.